- zero bit
- нулевой бит; нулевой разряд
English-Russian dictionary of computer science and programming. 2013.
English-Russian dictionary of computer science and programming. 2013.
zero-bit insertion — A technique used to achieve transparency in bit oriented protocols. A zero is inserted into sequences of one bits that cause false flag direction. Also called bit stuffing … IT glossary of terms, acronyms and abbreviations
Bit Cloud — is a character from , an anime based on TOMY s Zoids model franchise. Voiced by Takahiro Sakurai in the Japanese version and Richard Ian Cox in the English version of the series, he is the protagonist of the story, and a member of the Blitz team … Wikipedia
Bit stuffing — In data transmission and telecommunication, bit stuffing (also known uncommonly as positive justification) is the insertion of noninformation bits into data. Stuffed bits should not be confused with overhead bits. Bit stuffing is used for various … Wikipedia
Zero configuration networking — (zeroconf), is a set of techniques that automatically creates a usable Internet Protocol (IP) network without manual operator intervention or special configuration servers. Zero configuration networking allows devices such as computers and… … Wikipedia
Bit rate — Bit rates Decimal prefixes (SI) Name Symbol Multiple kilobit per second kbit/s 103 megabit per second Mbit/s 106 gigabit per second Gbit/s 109 … Wikipedia
Bit (informatique) — Bit Pour les articles homonymes, voir Bit (homonymie). Ne doit pas être confondu avec byte. Unités de bits Préfixes SI … Wikipédia en Français
Zero-copy — describes computer operations in which the CPU does not perform the task of copying data from one memory area to another.Zero copy versions of operating system elements such as device drivers, file systems, and network protocol stacks greatly… … Wikipedia
Zero-copy — describe operaciones de computadora en las cuales la CPU no realiza la tarea de copiar los datos desde un área hacia otra de la memoria. Las versiones Zero Copy de los elementos de sistemas operativos, tales como controladores de dispositivos,… … Wikipedia Español
Zero code suppression — (ZCS) is a technique that used to be implemented on T1 systems to ensure ones density.Ones density is a requirement imposed by the used of AMI as the line code on a T1. In this line code, a long series of the zeroes (i.e., more than 15) will lead … Wikipedia
bit — s.m.inv. ES ingl. {{wmetafile0}} TS inform. 1. l unità minima di informazione che il calcolatore può riconoscere, rappresentata dalla presenza o assenza di un impulso elettrico Sinonimi: unità di informazione. 2. ciascuna delle due cifre del… … Dizionario italiano
Bit array — A bit array (or bitmap, in some cases) is an array data structure which compactly stores individual bits (boolean values). It implements a simple set data structure storing a subset of {1,2,..., n } and is effective at exploiting bit level… … Wikipedia